crypto/internal/fips140/bigmod.Nat.resetFor (method)

6 uses

	crypto/internal/fips140/bigmod (current package)
		nat.go#L175: 	x.resetFor(m)
		nat.go#L191: 	x.resetFor(m)
		nat.go#L608: 	d := NewNat().resetFor(m)
		nat.go#L649: 	out.resetFor(m)
		nat.go#L684: func (out *Nat) resetFor(m *Modulus) *Nat {
		nat.go#L1008: 	out.resetFor(m)